home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World's Largest Collection of Windows Software
/
The World's Largest Collection of Windows Software - Disc 1.iso
/
dsk_util
/
_b1
/
tame260
/
tame_run.bat
< prev
next >
Wrap
DOS Batch File
|
1989-03-28
|
223b
|
15 lines
@echo off
if (%1) == () Echo Usage: %0 command_line
if (%1) == () goto exit
:* Load Tame into memory
Tame-Res
:* Run the program
%1 %2 %3 %4 %5 %6 %7 %8 %9
:* Unload Tame from memory
Tame /Uninstall
:exit